LinuxQMISDK  SLQS04.00.27
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
qaCtlReleaseClientId.h
Go to the documentation of this file.
1 /*
2  * \ingroup ctl
3  *
4  * \file qaCtlReleaseClientId.h
5  *
6  * \brief This file contains definitions, enumerations, structures and
7  * forward declarations for qaCtlReleaseClientId.c
8  *
9  * Copyright: © 2019 Sierra Wireless, Inc. all rights reserved
10  *
11  */
12 
13 #ifndef __CTL_RELEASE_CLIENT_ID_MSG_H__
14 #define __CTL_RELEASE_CLIENT_ID_MSG_H__
15 
16 
17 
18 /* enum declarations */
19 /*
20  * An enumeration of eQMI_CTL_RELEASE_CLIENT_ID request TLV IDs
21  *
22  */
24 {
26 };
27 
32 {
34 };
35 
36 /*
37  * This structure contains the ReleaseClientId request parameters.
38  *
39  * \sa qaGobiApiCtl.h for parameter descriptions
40  *
41  */
43 {
46 };
47 
48 /*
49  * This structure contains the ReleaseClientId response parameters.
50  *
51  */
53 {
54  /* Every response message must have a results structure */
56 
59 };
60 
61 /*
62  * Prototypes
63  *
64  */
66  WORD *pMlength,
67  BYTE *pBuffer,
68  BYTE serviceType,
69  BYTE clientId );
70 
72  BYTE *pMdmResp,
73  struct QmiCtlReleaseClientIdResp *pApiResp );
74 
75 #endif /* __CTL_RELEASE_CLIENT_ID_MSG_H__ */
eQCWWANError
Definition: qmerrno.h:19
CTL_RELEASE_CLIENT_ID_RESP
Definition: qaCtlReleaseClientId.h:31
enum eQCWWANError UpkQmiCtlReleaseClientId(BYTE *pMdmResp, struct QmiCtlReleaseClientIdResp *pApiResp)
BYTE * pServiceType
Definition: qaCtlReleaseClientId.h:57
Definition: qaCtlReleaseClientId.h:33
unsigned char BYTE
Definition: SwiDataTypes.h:33
BYTE * pClientId
Definition: qaCtlReleaseClientId.h:58
struct qmTlvResult results
Definition: qaCtlReleaseClientId.h:55
Definition: SwiDataTypes.h:60
Definition: qaCtlReleaseClientId.h:25
Definition: qaCtlReleaseClientId.h:52
eCTL_RELEASE_CLIENT_ID_REQ
Definition: qaCtlReleaseClientId.h:23
enum eQCWWANError PkQmiCtlReleaseClientId(WORD *pMlength, BYTE *pBuffer, BYTE serviceType, BYTE clientId)
BYTE clientId
Definition: qaCtlReleaseClientId.h:45
BYTE serviceType
Definition: qaCtlReleaseClientId.h:44
unsigned short WORD
Definition: SwiDataTypes.h:35
Definition: qaCtlReleaseClientId.h:42

Copyright (c) 2011-2015 Sierra Wireless, Inc. All rights reserved